From b5577781d196521ebfc09c3ca1f443140018b2e1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Dec 2011 14:10:39 -0500 Subject: [PATCH] GtkApplicationWindow: fix a typo And add a link to the screenshots. --- gtk/gtkapplicationwindow.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index e11fc6ca6c..5f1d57c83d 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -68,9 +68,11 @@ * * If the desktop environment does not display the menubar, then * #GApplicationWindow will automatically show a #GtkMenubar for it. + * (see the #GtkApplication docs for some screenshots of how this + * looks on different platforms). * This behaviour can be overridden with the #GtkApplicationWindow:show-menubar * property. If the desktop environment does not display the application - * menu, then it will automatilly be included in the menubar. + * menu, then it will automatically be included in the menubar. * * A GtkApplicationWindow with a menubar *